home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- Project : MacPerl - Standalone Perl
- File : MPAEVTStream.h - I/O streams through AppleEvents
- Author : Matthias Neeracher
- Language : MPW C/C++
-
- $Log: MPConsole.h,v $
- *********************************************************************/
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #include <AppleEvents.h>
-
- pascal OSErr Relay(const AppleEvent * inData, AppleEvent * outData, long refCon);
- pascal void FlushAEVTs(AppleEvent * outData);
-
- #ifdef __cplusplus
- }
- #endif
-